update coverity model to tune false positives.
authortsteven4 <tsteven4@gmail.com>
Mon, 3 Mar 2014 23:58:48 +0000 (23:58 +0000)
committertsteven4 <tsteven4@gmail.com>
Mon, 3 Mar 2014 23:58:48 +0000 (23:58 +0000)
gpsbabel/coverity_model.cc

index 9672c756d6d9ed085f39b4cc550fc71fbef7c96e..4f03cf103ef8862ff1741bfceda351177fa6dbec 100644 (file)
@@ -35,3 +35,7 @@ void route_add_wpt_named(route_head* rte, Waypoint* wpt,
                          const QString& namepart, int number_digits) {
   __coverity_escape__(wpt);
 }
+void track_add_wpt_named(route_head* rte, Waypoint* wpt,
+                         const QString& namepart, int number_digits) {
+  __coverity_escape__(wpt);
+}